runtime.pcvalueCache.inUse (field)
10 uses
	runtime (current package)
		symtab.go#L937: 	inUse   int
		symtab.go#L980: 		cache.inUse++
		symtab.go#L981: 		if cache.inUse == 1 {
		symtab.go#L995: 						cache.inUse--
		symtab.go#L1001: 		} else if debugCheckCache && (cache.inUse < 1 || cache.inUse > 2) {
		symtab.go#L1006: 		cache.inUse--
		symtab.go#L1043: 				cache.inUse++
		symtab.go#L1044: 				if cache.inUse == 1 {
		symtab.go#L1055: 				cache.inUse--
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |